ServiceGetAttachments Method (IListAttachmentInfo, AttachmentShape) |
Retrieve existing attachments.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Attachment> GetAttachments(
IList<AttachmentInfo> attachments,
AttachmentShape attachmentShape
)
Public Function GetAttachments (
attachments As IList(Of AttachmentInfo),
attachmentShape As AttachmentShape
) As IList(Of Attachment)
Parameters
- attachments
- Type: System.Collections.GenericIListAttachmentInfo
The IDs of attachments to return. - attachmentShape
- Type: Independentsoft.ExchangeAttachmentShape
Specify which attachment information should be returned.
Return Value
Type:
IListAttachmentIList{Attachment}.
Exceptions
See Also